.registerGuide {
  height:360px;
  padding-top: 90px;
  padding-bottom: 90px;
  box-sizing: border-box;
  background: url('/wp-content/themes/do1/assets/images/3.0/guide-bg.jpg') no-repeat;
	background-size: cover;
}
.registerGuide_title {
  text-align: center;
  padding-bottom: 48px;
  color: #1D2129;
  font-weight: bold;
  font-size: 44px;
}
.registerGuide_form {
  display: flex;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
  padding-right:8px;
  box-sizing: border-box;
  width: 535px;
  height: 64px;
  border: 2px solid rgba(245, 84, 2, 0.25);
  border-radius: 16px;
  /* border-image: linear-gradient(180deg, rgba(245.00000059604645, 84.00000259280205, 2.000000118277967, 0.4274005889892578), rgba(245.00000059604645, 84.00000259280205, 2.000000118277967, 0.2532472312450409)) 2 2;
  clip-path: inset(0 round 4px); */
}
.registerGuide_form_input {
  padding-left:48px;
  width: calc(100% - 112px);
  height: 100%;
  box-sizing: border-box;
  background: url('/wp-content/themes/do1/assets/images/3.0/icon-mobile.svg') no-repeat 24px;
	background-size: 20px;
  font-size:16px;
}
.registerGuide_form_input:focus,
.registerGuide_form_input:focus-visible {
  outline: none;
}
.registerGuide_btn {
  width: 112px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: #F55402;
  border-radius: 8px;
  cursor: pointer;
}
.registerGuide_btn:hover {
  opacity:.8;
}